home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / HOWTO < prev    next >
Text File  |  1994-08-01  |  5KB  |  118 lines

  1. $Header: /usr/people/sam/fax/RCS/HOWTO,v 1.18 1994/03/23 16:16:37 sam Rel $
  2.  
  3. How To Obtain This Software (in case all you get is this file)
  4. --------------------------------------------------------------
  5. The source code is available for public ftp on
  6.     sgi.com            sgi/fax/v2.2.src.tar.Z
  7.     (192.48.153.1)
  8.  
  9. You can also obtain inst'able images for Silicon Graphics machines from
  10.     sgi.com            sgi/fax/v2.2.inst.tar
  11.     (192.48.153.1)
  12.  
  13. For example,
  14.     % ftp -n sgi.com
  15.     ....
  16.     ftp> user anonymous
  17.     ... <type in password>
  18.     ftp> cd sgi/fax
  19.     ftp> binary
  20.     ftp> get v2.2.src.tar.Z
  21.  
  22. In general, the latest version of the 2.2 release of the software is
  23. always available as "v2.2.src.tar.Z" or "v2.2.inst.tar" in the ftp
  24. directory.  This file is a link to the appropriate released version (so
  25. don't waste your time retrieving the linked file as well!) Any files of
  26. the form v2.2.*.patch are shell scripts that can be used to patch older
  27. versions of the source code.  For example, the file v2.2.2.patch would
  28. contain patches to update v2.2.2.tar.Z.  (Note to beta testers: this is
  29. different than the naming conventions used during beta testing.) Patch
  30. files only work to go between consecutive versions, so if you are
  31. multiple versions behind the latest release, you will need to apply
  32. each patch file between your current version and the latest.
  33.  
  34.  
  35. Obtaining the Software by Electronic Mail
  36. -----------------------------------------
  37. Do not send me requests for the software; they will be ignored (without
  38. response).  If you cannot use FTP at all, there is a service called
  39. "ftpmail" available from decwrl.dec.com:  you can send e-mail to
  40. this machine and it will use FTP to retrieve files for you and send you
  41. the files back again via e-mail.  To find out more about the ftpmail
  42. service, send a message to "ftpmail@decwrl.dec.com" whose body
  43. consists of the single line "help".
  44.  
  45.  
  46. Obtaining the Software Within Silicon Graphics
  47. ----------------------------------------------
  48. Internal to Silicon Graphics there are inst'able images on the host
  49. flake.asd in the directory /usr/dist.  Thus you can do something like:
  50.  
  51.     % inst -f flake.asd.sgi.com:/usr/dist/flexfax
  52.  
  53. to install the latest version of the software on your machine.
  54.  
  55.  
  56. What to do Once You've Retrieved Stuff
  57. --------------------------------------
  58. The external distributions come in a compressed or uncompressed tar
  59. file.  To extract the source distribution:
  60.  
  61.     % zcat v2.2.src.tar.Z | tar xf -
  62.  
  63. (uncompress and extract individual files in current directory).  To
  64. unpack and install the client portion of the inst'able distribution:
  65.  
  66.     % mkdir dist
  67.     % cd dist; tar xf ../v2.2.inst.tar; cd ..
  68.     % inst -f dist/flexfax
  69.     ...
  70.     inst> go
  71.  
  72. (Note, the dist subdirectory is because some versions of inst fail if
  73. the files are in the current directory.) Server binaries are also
  74. included in the inst'able images as flexfax.server.*.  They are not
  75. installed by default, so to get them also you need to do:
  76.  
  77.     % inst -f flexfax
  78.     ...
  79.     inst> install flexfax.server.*
  80.     inst> go
  81.  
  82. The SGI binaries were built for Version 4.0.5H of the IRIX operating
  83. system.  They should work w/o problem on earlier versions of the
  84. system, but I have not fully tested this.  Also, note that to install a
  85. server on an SGI machine, you need to have installed the Display
  86. PostScript execution environment product (dps_eoe).  Otherwise, the fax
  87. server will not be able to convert PostScript to facsimile for
  88. transmission.
  89.  
  90. If you are working from the source distribution, look at the file
  91. README in the top of the source tree.  If you are working from the inst
  92. images, the subsystem flexfax.man.readme contains the README file and
  93. other useful pieces of information--the installed files are placed in
  94. the directory /usr/local/doc/flexfax).  Basically you will need to run
  95. the faxaddmodem script to setup and configure your fax modem.  Consult
  96. the README file and the manual page for faxaddmodem for information.
  97.  
  98.  
  99. FlexFAX Mail List
  100. -----------------
  101. A mailing list for users of this software is located on sgi.com.
  102. If you want to join this mailing list or have a list-related request
  103. such as getting your name removed from it, send a request to
  104.  
  105.     majordomo@whizzer.wpd.sgi.com
  106.  
  107. For example, to subscribe, send the line "subscribe flexfax" in
  108. the body of your message.  The line "help" will return a list of
  109. the commands understood by the mailing list management software.
  110.  
  111. Submissions (including bug reports) should be directed to:
  112.  
  113.     flexfax@sgi.com
  114.  
  115. When corresponding about this software please always specify what
  116. version you have, what system you're running on, and, if the problem is
  117. specific to your modem, identify the modem and firmware revision.
  118.